SDK/J Authentication Package ver1.0
RICOH Confidential

jp.co.ricoh.dsdk.scard.framework.card
クラス Card.Info

java.lang.Object
  拡張jp.co.ricoh.dsdk.scard.framework.card.Card.Info
含まれているクラス:
Card

public class Card.Info
extends java.lang.Object

カード情報をカプセル化したクラスです .


フィールドの概要
static int PROTOCOL_RAW
          RAWデータ .
static int PROTOCOL_T0
          T0プロトコル .
static int PROTOCOL_T1
          T1プロトコル .
 
メソッドの概要
 byte[] getAtr()
          ATRを取得します .
 int getProtocol()
          プロトコルを取得します .
 Slot getSlot()
          スロットを取得します .
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

PROTOCOL_T0

public static final int PROTOCOL_T0
T0プロトコル .

関連項目:
定数フィールド値

PROTOCOL_T1

public static final int PROTOCOL_T1
T1プロトコル .

関連項目:
定数フィールド値

PROTOCOL_RAW

public static final int PROTOCOL_RAW
RAWデータ .

関連項目:
定数フィールド値
メソッドの詳細

getAtr

public byte[] getAtr()
              throws CardAccessException
ATRを取得します .

戻り値:
byte配列のATR .
例外:
CardAccessException - ATRを取得する際にエラーが発生した場合 .

getProtocol

public int getProtocol()
                throws CardAccessException
プロトコルを取得します .

戻り値:
プロトコルコード .
例外:
CardAccessException - プロトコルを取得する際にエラーが発生した場合 .
関連項目:
PROTOCOL_T0, PROTOCOL_T1, PROTOCOL_RAW

getSlot

public Slot getSlot()
             throws CardAccessException
スロットを取得します .

戻り値:
スロット .
例外:
CardAccessException - スロットを取得する際にエラーが発生した場合 .

SDK/J Authentication Package ver1.0
RICOH Confidential